home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
GSAVE2.ZIP
/
PASCAL.ZIP
/
GLOAD2.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-12-03
|
151 b
|
11 lines
{$M 4000,0,0}
{$A+,G+}
uses gstpu;
begin
initialise_vga;
load_gs_file;
wait_key;
initialise_text_mode;
end.